home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
gmsl.dir
/
Internal_57_scoreInternalWalk.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-09-04
|
295 b
|
17 lines
property cursorPos
global gmObject, sndObject
on beginSprite me
cursorPos = the mouseLoc
gmObject.traceCursor(cursorPos)
end
on exitFrame me
if the mouseLoc <> cursorPos then
cursorPos = the mouseLoc
gmObject.traceCursor(cursorPos)
end if
gmObject.walk()
go(the frame)
end